summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Lombardo <clombardo169@gmail.com>2023-05-15 23:37:09 +0200
committerbunnei <bunneidev@gmail.com>2023-06-03 09:06:02 +0200
commit0f06e73a7cef8dec9412fa309eeabfe46d5ec330 (patch)
tree9c183a8e1f1553c339a00e24525f31beb13758d1
parentandroid: Fix background color within inset areas (diff)
downloadyuzu-0f06e73a7cef8dec9412fa309eeabfe46d5ec330.tar
yuzu-0f06e73a7cef8dec9412fa309eeabfe46d5ec330.tar.gz
yuzu-0f06e73a7cef8dec9412fa309eeabfe46d5ec330.tar.bz2
yuzu-0f06e73a7cef8dec9412fa309eeabfe46d5ec330.tar.lz
yuzu-0f06e73a7cef8dec9412fa309eeabfe46d5ec330.tar.xz
yuzu-0f06e73a7cef8dec9412fa309eeabfe46d5ec330.tar.zst
yuzu-0f06e73a7cef8dec9412fa309eeabfe46d5ec330.zip
-rw-r--r--src/android/app/build.gradle.kts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/android/app/build.gradle.kts b/src/android/app/build.gradle.kts
index f0a4dbd5a..f37d6b9f7 100644
--- a/src/android/app/build.gradle.kts
+++ b/src/android/app/build.gradle.kts
@@ -104,6 +104,10 @@ android {
signingConfig = signingConfigs.getByName("debug")
isMinifyEnabled = true
isDebuggable = true
+ proguardFiles(
+ getDefaultProguardFile("proguard-android.txt"),
+ "proguard-rules.pro"
+ )
versionNameSuffix = "-debug"
enableAndroidTestCoverage = false
isJniDebuggable = true